home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / TEST / PLASMA.MAK < prev    next >
Text File  |  1997-06-19  |  134b  |  11 lines

  1. all : plasma.exe
  2.  
  3. .c.obj:
  4.   wc2obj $*
  5.  
  6. plasma.obj : plasma.c
  7.  
  8. plasma.exe : plasma.obj
  9.   qlink /w plasma plasma qgrafix.lib
  10.  
  11.